projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba00ea7
)
* test/lisp/net/tramp-tests.el (tramp-test16-file-expand-wildcards):
author
Glenn Morris
<rgm@gnu.org>
Mon, 6 Nov 2017 23:50:53 +0000
(18:50 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 6 Nov 2017 23:50:53 +0000
(18:50 -0500)
Clean up properly.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 8eedfd72094464179610b4d683fe1d45acd6e25e..5a7134f5f53724de85b48a1dcbd9ad71c8331968 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-2290,7
+2290,7
@@
This tests also `file-directory-p' and `file-accessible-directory-p'."
;; Cleanup.
(ignore-errors
- (delete-directory tmp-name1))))))
+ (delete-directory tmp-name1
'recursive
))))))
(ert-deftest tramp-test17-insert-directory ()
"Check `insert-directory'."